Skip to main content

Pauser Methods

An object defining methods for the Pauser class.

Initialize()

Initializes the pauser. This method is an implementation of the abstract Initialize method from the base class.

Returns:

Type: void
Method does not return anything

This is a sync method. Method runs synchronously.


SendRequestTimedOutWebNotification(userInfo, requestItem)

#import (Bimser.CSP.Workflow.Api.Steps.FlowGroup.SendRequestTimedOutWebNotification(UserInfo,ProcessRequestItem)) (shortDescription)

Parameters:

userInfo (required): UserInfo
Information about the user receiving the notification.

requestItem (required): ProcessRequestItem
The process request item associated with the notification.

This is a sync method. Method runs synchronously.